home *** CD-ROM | disk | FTP | other *** search
/ Pulps on CDRom / Pulps on CDROM.iso / comm.z / default.tzd < prev    next >
Text File  |  1998-10-20  |  2KB  |  47 lines

  1. // ***************************************************************************************
  2. // *                                                                                     *
  3. // * COPYRIGHT:                                                                          *
  4. // * (C) Copyright Taligent, Inc.,  1997                                                 *
  5. // * (C) Copyright International Business Machines Corporation,  1997                    *
  6. // * Licensed Material - Program-Property of IBM - All Rights Reserved.                  *
  7. // * US Government Users Restricted Rights - Use, duplication, or disclosure             *
  8. // * restricted by GSA ADP Schedule Contract with IBM Corp.                              *
  9. // *                                                                                     *
  10. // ***************************************************************************************
  11. //
  12. //=================================================================================
  13. // TIME ZONE DATA
  14. //=================================================================================
  15.  
  16. Default {
  17.     zoneStrings {
  18.         {"PST", "Pacific Standard Time", "PST",
  19.         "Pacific Daylight Time", "PDT", "San Francisco"},
  20.         {"MST", "Mountain Standard Time", "MST",
  21.         "Mountain Daylight Time", "MDT", "Denver"},
  22.         {"PNT", "Mountain Standard Time", "MST",
  23.         "Mountain Standard Time", "MST", "Phoenix"},
  24.         {"CST", "Central Standard Time", "CST",
  25.         "Central Daylight Time", "CDT", "Chicago"},
  26.         {"EST", "Eastern Standard Time", "EST",
  27.         "Eastern Daylight Time", "EDT", "New York"},
  28.         // IET is the ID for Indiana Eastern Standard Time timezone.
  29.         {"IET", "Eastern Standard Time", "EST",
  30.         "Eastern Standard Time", "EST", "Indianapolis"},
  31.         // PRT is the ID for Puerto Rico and US Virgin Islands Time timezone.
  32.         {"PRT", "Atlantic Standard Time", "AST",
  33.         "Atlantic Daylight Time", "ADT", "Halifax"},
  34.         {"HST", "Hawaii-Aleutian Standard Time", "HAST",
  35.         "Hawaii-Aleutian Daylight Time", "HADT", "Honolulu"},
  36.         // Changed AST and ADT to ALST and ALDT to fix conflict with
  37.         // Atlantic Time (above).  If we don't do this, parsing fails. [LIU]
  38.         {"AST", "Alaska Standard Time", "ALST",
  39.         "Alaska Daylight Time", "ALDT", "Anchorage"}
  40.     }
  41.     localPatternChars {
  42.         "GyMdkHmsSEDFwWahKz"
  43.     }
  44. }
  45.  
  46. //eof
  47.